home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 2 / Assassins 2 - Ultimate Games No. 2 (1995)(Weird Science)[!][Amiga-CD32-CDTV].iso / misc / heroine / docs / install.doc < prev    next >
Text File  |  1993-12-31  |  2KB  |  50 lines

  1.         -----------------------------------------------
  2.         Documentation for INSTALL.BAT and DEINSTALL.BAT
  3.                 Author: Tom Landers
  4.             (c) 1992 Elbow Cay Enterprises
  5.         -----------------------------------------------
  6.  
  7. INSTALL.BAT
  8.  
  9. This script runs a program that installs Heroine to your hard disk.
  10. To use it you double click on its icon.
  11.  
  12. First you are prompted for the name of your hard disk. Enter this name
  13. without using the colon. (ie DH0 not DH0:).
  14.  
  15. The program will thencreate three directories in the root level
  16. (highest) of your hard disk, their names are hero1, hero2, and
  17. hero3.
  18.  
  19. Second all files from the three game disks will be copied into
  20. their corresponding hard disk directories ( ie files on disk
  21. hero1 will be copied to directory dh0:hero1), and you will be
  22. prompted for each disk as it is needed. There are two exceptions
  23. to this; however, these are the game program itself
  24. (heroine) and the game manual (heroine.doc) which along with
  25. their icons are copied into the root level (highest) of your hard
  26. disk.
  27.  
  28. Third, and finally, three assign statements are added to your user-startup
  29. sequence.
  30.  
  31. When the installation is complete you will have to reboot your
  32. computer before you can use heroine on your hard disk. (the
  33. assigns dont take effect till then)
  34.  
  35.  
  36. DEINSTALL.BAT
  37.  
  38. This script file reverses the installation performed above. Like
  39. INSTALL.BAT it asks you for the name of your hard disk.
  40.  
  41. To use this script simply double click on its icon.
  42.  
  43. The script will then delete the three directories HERO1, HERO2, and HERO3
  44. and their contents as well as deleting the HEROINE program and its manual
  45. HEROINE.DOC.
  46.  
  47. Since I could not find a safe way to do it automatically, you will have
  48. to manually edit your user-startup file to remove the assign statements,
  49. or you may leave them in place if you wish.
  50.